home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
javelin.swf
/
scripts
/
DefineButton2_320
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2008-11-12
|
196b
|
12 lines
on(release){
this.gotoAndStop(1);
if(_root.c_rat.max_record == 0)
{
_root.o_menu.bPublish._alpha = 40;
}
else
{
_root.o_menu.bPublish._alpha = 100;
}
}